home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_screen.idb / usr / freeware / src / screen / patches.z / patches
Encoding:
Text File  |  1998-10-28  |  1.7 KB  |  48 lines

  1. *** ./configure.in    Fri May  2 10:37:15 1997
  2. --- ../screen-3.7.4/./configure.in    Fri Jul 31 16:21:15 1998
  3. ***************
  4. *** 81,87 ****
  5.   
  6.   AC_CHECKING(for MIPS)
  7.   if test -f /lib/libmld.a || test -f /usr/lib/libmld.a || test -f /usr/lib/cmplrs/cc/libmld.a; then
  8. ! test -f /bin/mx || LIBS="$LIBS -lmld" # for nlist. But not on alpha.
  9.   dnl djm@eng.umd.edu: "... for one thing, it doubles the size of the executable"
  10.   dnl
  11.   if test -r /dev/ptc; then
  12. --- 81,87 ----
  13.   
  14.   AC_CHECKING(for MIPS)
  15.   if test -f /lib/libmld.a || test -f /usr/lib/libmld.a || test -f /usr/lib/cmplrs/cc/libmld.a; then
  16. ! ${LIBMLD:-/bin/true} && (test -f /bin/mx || LIBS="$LIBS -lmld") # for nlist. But not on alpha or SGI -n32.
  17.   dnl djm@eng.umd.edu: "... for one thing, it doubles the size of the executable"
  18.   dnl
  19.   if test -r /dev/ptc; then
  20. *** ./Makefile    Mon Jun 23 17:05:43 1997
  21. --- ../screen-3.7.4/./Makefile    Fri Jul 31 16:21:26 1998
  22. ***************
  23. *** 1,2 ****
  24. --- 1,4 ----
  25.   install all Makefiles and config:
  26.       sh ./configure
  27. + clean:
  28. *** ./configure    Fri May  2 10:37:26 1997
  29. --- ../screen-3.7.4/./configure    Fri Jul 31 16:26:24 1998
  30. ***************
  31. *** 628,634 ****
  32.   
  33.   test -n "$silent" || echo "checking for MIPS"
  34.   if test -f /lib/libmld.a || test -f /usr/lib/libmld.a || test -f /usr/lib/cmplrs/cc/libmld.a; then
  35. ! test -f /bin/mx || LIBS="$LIBS -lmld" # for nlist. But not on alpha.
  36.   if test -r /dev/ptc; then
  37.   
  38.   {
  39. --- 628,634 ----
  40.   
  41.   test -n "$silent" || echo "checking for MIPS"
  42.   if test -f /lib/libmld.a || test -f /usr/lib/libmld.a || test -f /usr/lib/cmplrs/cc/libmld.a; then
  43. ! ${LIBMLD:-/bin/true} && (test -f /bin/mx || LIBS="$LIBS -lmld") # for nlist. But not on alpha or SGI -n32.
  44.   if test -r /dev/ptc; then
  45.   
  46.   {
  47.